- array
auto array()
- boolean
bool boolean()
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTypeName
string getTypeName()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasErrorOccurred
bool hasErrorOccurred()
Undocumented in source. Be warned that the author may not have intended to support it.
- integer
int integer()
Undocumented in source. Be warned that the author may not have intended to support it.
- object
JSONValue object()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(string key, JSONValue v) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
const(JSONValue)* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
JSONValue* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
JSONValue opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- str
string str()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(bool selfPrintkey)
Undocumented in source. Be warned that the author may not have intended to support it.